home *** CD-ROM | disk | FTP | other *** search
- .TH BOX
- 6 "IRIT Version 6.0"
- .SH NAME
- BOX
-
-
-
- PolygonType BOX( VectorType Point,
- NumericType Dx, NumericType Dy, NumericType Dz )
-
- Creates a BOX polygonal object, whose boundary is coplanar with the
- XY, XZ, and YZ planes. The BOX is defined by Point as
- base position, and Dx, Dy, Dz as BOX dimensions. Negative dimensions
- are allowed.
-
- Example:
-
- B = BOX( vector( 0, 0, 0 ), 1, 1, 1);
-
- creates a unit cube from 0 to 1 in all axes.
-